From: Eli Zaretskii Date: Sat, 5 Jul 2025 06:17:40 +0000 (+0300) Subject: ; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix. X-Git-Tag: archive/raspbian/1%30.2+1-2+rpi1^2~2^2~24^2~39 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=b10596a63034ebda8be134ba05fd4fcea8b2f246;p=emacs.git ; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix. --- diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index ee28be3fada..8d62193bb22 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -133,7 +133,11 @@ If the value of this variable is nil, Emacs will display the warning buffer in some window, as determined by `display-buffer' and its customizations. In particular, the category designated by the symbol `warning' can be used in `display-buffer-alist' to customize -the display of this buffer." +the display of this buffer. + +This option affects display of all the buffers shown by `dispay-warning', +including warnings from byte-compiler and native-compiler, +from `check-declare', etc." :type 'boolean :version "30.1")